summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiegoemy76 <54777228+diegoemy76@users.noreply.github.com>2024-03-24 12:27:01 +0100
committerGitHub <noreply@github.com>2024-03-24 12:27:01 +0100
commit17d5727627d447a9648f57367c43636dd1fb5db5 (patch)
treee748d6e75136ac0736da0f3346316ca5b5112062
parentAdd DKT to GPON Vendor IDs (#333) (diff)
downloadhack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar
hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.gz
hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.bz2
hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.lz
hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.xz
hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.zst
hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.zip
-rw-r--r--_ont/ont-zte-f6005.md12
-rw-r--r--assets/img/f6005/f6005_of_change_ploam.pngbin0 -> 96300 bytes
2 files changed, 12 insertions, 0 deletions
diff --git a/_ont/ont-zte-f6005.md b/_ont/ont-zte-f6005.md
index 1552e80..7e882d8 100644
--- a/_ont/ont-zte-f6005.md
+++ b/_ont/ont-zte-f6005.md
@@ -158,6 +158,18 @@ This way both slots will have the same firmware version and will avoid any swap
After these steps, power-cycle ONT and login via Telnet with `root\admin` credentials. From this moment you can simply spoof your ONT with the usual commands.
+## Change PLOAM password from the web UI
+
+On some software versions, Password and Update Password fields are disabled and hidden even when using the admin account. They sometimes can be re-enabled via the browser's developer console by editing the HTML code and setting:
+
+- CSS display property to show (from none)
+- HTML `disabled=true` attribute to `enabled=true`
+
+{% include image.html file="f6005/f6005_of_change_ploam.png" alt="F6005 procedure for changing the PLOAM password" caption="F6005 procedure for changing the PLOAM password" %}
+
+This has been tested on the following firmware versions:
+- V6.0.10P2N19 (OpenFiber)
+
# Known Bugs
diff --git a/assets/img/f6005/f6005_of_change_ploam.png b/assets/img/f6005/f6005_of_change_ploam.png
new file mode 100644
index 0000000..19dbe2a
--- /dev/null
+++ b/assets/img/f6005/f6005_of_change_ploam.png
Binary files differ